From 34673e49862d25c1929e109202469599024b635e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 26 Jan 2008 14:42:55 +0000 Subject: [PATCH] Move xen/sys parts down to tools/include/xen-sys. Signed-off-by: Bastian Blank --- tools/include/Makefile | 2 +- tools/include/{ => xen-sys}/Linux/evtchn.h | 0 tools/include/{ => xen-sys}/Linux/gntdev.h | 0 tools/include/{ => xen-sys}/Linux/privcmd.h | 0 tools/include/{ => xen-sys}/NetBSD/evtchn.h | 0 tools/include/{ => xen-sys}/NetBSD/privcmd.h | 0 tools/include/{ => xen-sys}/SunOS/evtchn.h | 0 tools/include/{ => xen-sys}/SunOS/privcmd.h | 0 tools/include/{ => xen-sys}/SunOS/xenbus.h | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename tools/include/{ => xen-sys}/Linux/evtchn.h (100%) rename tools/include/{ => xen-sys}/Linux/gntdev.h (100%) rename tools/include/{ => xen-sys}/Linux/privcmd.h (100%) rename tools/include/{ => xen-sys}/NetBSD/evtchn.h (100%) rename tools/include/{ => xen-sys}/NetBSD/privcmd.h (100%) rename tools/include/{ => xen-sys}/SunOS/evtchn.h (100%) rename tools/include/{ => xen-sys}/SunOS/privcmd.h (100%) rename tools/include/{ => xen-sys}/SunOS/xenbus.h (100%) diff --git a/tools/include/Makefile b/tools/include/Makefile index 6c41dc3211..866fe0a47f 100644 --- a/tools/include/Makefile +++ b/tools/include/Makefile @@ -11,7 +11,7 @@ all: ln -sf ../$(XEN_ROOT)/xen/include/public/COPYING xen ln -sf $(addprefix ../,$(wildcard $(XEN_ROOT)/xen/include/public/*.h)) xen ln -sf $(addprefix ../$(XEN_ROOT)/xen/include/public/,arch-ia64 arch-x86 hvm io xsm) xen - ln -sf ../$(XEN_OS) xen/sys + ln -sf ../xen-sys/$(XEN_OS) xen/sys $(MAKE) -C xen-foreign ln -s ../xen-foreign xen/foreign touch $@ diff --git a/tools/include/Linux/evtchn.h b/tools/include/xen-sys/Linux/evtchn.h similarity index 100% rename from tools/include/Linux/evtchn.h rename to tools/include/xen-sys/Linux/evtchn.h diff --git a/tools/include/Linux/gntdev.h b/tools/include/xen-sys/Linux/gntdev.h similarity index 100% rename from tools/include/Linux/gntdev.h rename to tools/include/xen-sys/Linux/gntdev.h diff --git a/tools/include/Linux/privcmd.h b/tools/include/xen-sys/Linux/privcmd.h similarity index 100% rename from tools/include/Linux/privcmd.h rename to tools/include/xen-sys/Linux/privcmd.h diff --git a/tools/include/NetBSD/evtchn.h b/tools/include/xen-sys/NetBSD/evtchn.h similarity index 100% rename from tools/include/NetBSD/evtchn.h rename to tools/include/xen-sys/NetBSD/evtchn.h diff --git a/tools/include/NetBSD/privcmd.h b/tools/include/xen-sys/NetBSD/privcmd.h similarity index 100% rename from tools/include/NetBSD/privcmd.h rename to tools/include/xen-sys/NetBSD/privcmd.h diff --git a/tools/include/SunOS/evtchn.h b/tools/include/xen-sys/SunOS/evtchn.h similarity index 100% rename from tools/include/SunOS/evtchn.h rename to tools/include/xen-sys/SunOS/evtchn.h diff --git a/tools/include/SunOS/privcmd.h b/tools/include/xen-sys/SunOS/privcmd.h similarity index 100% rename from tools/include/SunOS/privcmd.h rename to tools/include/xen-sys/SunOS/privcmd.h diff --git a/tools/include/SunOS/xenbus.h b/tools/include/xen-sys/SunOS/xenbus.h similarity index 100% rename from tools/include/SunOS/xenbus.h rename to tools/include/xen-sys/SunOS/xenbus.h -- 2.30.2